home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / VD08BIN.ZIP / usr / include / pm / tristatebutton.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-13  |  463 b   |  27 lines

  1. #ifndef _TRISTATEBUTTON_H_
  2. #define _TRISTATEBUTTON_H_
  3.  
  4. #ifndef _BUTTON_H_
  5. #include <pm/Button.h>
  6. #endif
  7.  
  8. @interface TriStateButton : Button //<Archiving>
  9. {
  10. }
  11.  
  12. - initWithId: (ULONG) anId andFlags: (ULONG) flags in: (Window *) parent;
  13.  
  14. /*
  15.  * Methods for protocol "Archiving"
  16.  */
  17. -read: (TypedStream *) aStream;
  18. -write: (TypedStream *) aStream;
  19.  
  20. /*- read: (TypedStream *) aStream;
  21. - write: (TypedStream *) aStream;
  22. - awake;*/
  23.  
  24. @end
  25.  
  26. #endif
  27.